.banner {
    position: relative;
}

.banner .swiper-slide {
    position: relative;
}

.banner .swiper-slide .pic img {
    display: block;
    width: 100%;
}

.banner .swiper-slide .slide-box {
    position: absolute;
    left: 50%;
    top: 155px;
    transform: translateX(-50%);
}

.banner .swiper-slide .slide-box .title {
    display: inline-block;
    background-color: #b16835;
    font-size: 28px;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 28px;
    line-height: 56px;
}

.banner .swiper-slide .slide-box .zh {
    font-size: 48px;
    font-family: HarmonyOS_Sans_SC_Bold;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    margin-top: 28px;
}

.banner .swiper-slide .slide-box .en {
    font-size: 20px;
    font-family: RanyLight;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    margin-top: 7px;
}

.banner .swiper-slide .slide-box .des {
    margin-top: 48px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}

.banner .swiper-slide .slide-box .des .line {
    width: 100px;
    height: 1px;
    background: #FFFFFF;
    margin-right: 11px;
}

.banner .banner-box {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
}

.banner .banner-box .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.banner .banner-box .btn .iconfont {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.banner .banner-box .current,
.banner .banner-box .amount {
    font-size: 16px;
    font-family: RanyBold;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    margin: 0 15px;
}

.banner .banner-box .progress {
    position: relative;
    margin: 0 20px;
    height: 1px;
    width: 250px;
    background-color: #fff;
}

.banner .banner-box .progress .progress-bar {
    position: absolute;
    content: "";
    left: 0;
    top: -1px;
    height: 3px;
    background: #FFFFFF;
    width: 0;
    transition: width 0.6s;
}

.index-title-div {
    text-align: center;
}

.index-title-div .zh {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #363636;
    line-height: 1;
}

.index-title-div .en {
    font-size: 46px;
    font-family: RanyBold;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    opacity: 0.2;
    margin-top: 19px;
    text-transform: uppercase;
}

.box1 {
    padding: 59px 0 0;
    background: linear-gradient(0deg, #FFFFFF, #EEEEEE);
}

.box1 .des {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #464646;
    line-height: 30px;
    margin: 43px auto 0;
    width: 930px;
    max-width: 100%;
    text-align: center;
}

.box1 .more {
    display: block;
    margin: 42px auto 0;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #D2D2D2;
    font-size: 14px;
    font-family: Century Gothic;
    font-weight: bold;
    color: #999999;
    text-transform: uppercase;
}

.box1 .img img {
    width: 100%;
    display: block;
}

.box2 {
    padding: 59px 0 80px;
}

.box2 .list {
    margin-top: 29px;
}

.box2 .list ul {
    display: flex;
    flex-wrap: wrap;
}

.box2 .list ul li {
    width: 25%;
    background-color: rgba(215, 215, 215, 1);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 300px;
}

.box2 .list ul li a {
    display: block;
}

.box2 .list ul li:hover {
    background-color: #fff;
}

.box2 .list ul li .pic {
    height: 253px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box2 .list ul li .pic img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.box2 .list ul li:hover .pic img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}

.box2 .list ul li .text {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 46px;
    text-align: center;
    height: 46px;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
}

.box3 ul {
    display: flex;
}

.box3 ul li {
    position: relative;
    width: 33.33%;
}

.box3 ul li .pic img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.box3 ul li:hover .pic img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}

.box3 ul li .text-box {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
    left: 0;
}

.box3 ul li .text-box .text-zh {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}

.box3 ul li .text-box .text-en {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #D0D0D0;
    line-height: 1;
    opacity: 0.7;
    margin-top: 8px;
}

.box4 {
    padding: 59px 0 80px;
}

.box4 .box-c {
    margin-top: 40px;
}

.box4 .box-c ul {
    display: flex;
    justify-content: space-between;
}

.box4 .box-c li {
    position: relative;
    width: 49.23%;
}

.box4 .box-c li .text-box {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px 0 30px;
}

.box4 .box-c li .text-box .text-zh {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}

.box4 .box-c li .text-box .text-en {
    font-size: 18px;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    margin-top: 14px;
    text-transform: uppercase;
}

.box4 .box-c li .r {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.box4 .box-c li .r .iconfont {
    color: #fff;
}

.box5 {
    padding: 59px 0 79px;
    background-color: rgba(248, 248, 248, 1);
}

.box5 .box-c {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
}

.box5 .box-c .l {
    position: relative;
    width: 45.23%;
}

.box5 .box-c .l a {
    display: block;
    height: 100%;
}

.box5 .box-c .l a .pic {
    height: 100%;
}

.box5 .box-c .l a .pic img {
    object-fit: cover;
    height: 100%;
}

.box5 .box-c .l .text-box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 21px;
    padding: 0 19px;
}

.box5 .box-c .l .text-box .date {
    font-size: 14px;
    font-family: HarmonyOS_Sans_SC_Bold;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}

.box5 .box-c .l .text-box .text-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    margin-top: 14px;
}

.box5 .box-c .r {
    width: 49.23%;
}

.box5 .box-c .r li:not(:last-child) {
    margin-bottom: 30px;
}

.box5 .box-c .r li a {
    display: flex;
    justify-content: space-between;
}

.box5 .box-c .r li a .text-box {
    flex: 1;
    margin-right: 48px;
}

.box5 .box-c .r li .text-title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box5 .box-c .r li .text-des {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4px;
}

.box5 .box-c .r li .date {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: 1;
    margin-top: 19px;
}

.box5 .box-c .r li a .pic {
    width: 200px;
    height: 130px;
}

.box5 .box-c .r li a .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box6 {
    padding: 162px 0;
    background-image: url(../img/index-box6-bg.jpg);
    background-size: cover;
}

.box6 .title {
    font-size: 36px;
    font-family: RanyMedium;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}

.box6 .des {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 26px;
}

@media (max-width:1530px) {
    .banner .swiper-slide .slide-box {
        top: 70px;
    }
}

@media (max-width:1430px) {
    .banner .swiper-slide .slide-box .zh {
        font-size: 36px;
    }
}

@media (max-width:1199px) {
    .banner .swiper-slide .slide-box .zh {
        font-size: 30px;
    }

    .banner .swiper-slide .slide-box .title {
        font-size: 26px;
    }

    .index-title-div .en {
        font-size: 36px;
    }

    .box5 .box-c .r {
        width: 51%;
    }

    .box5 .box-c .r li a .text-box {
        margin-right: 24px;
    }
}

@media (max-width:1024px) {
    .banner .swiper-slide .slide-box {
        top: 50px;
    }

    .banner .swiper-slide .slide-box .des {
        margin-top: 30px;
    }

    .banner .swiper-slide .pic img {
        /* min-height: 350px; */
        object-fit: cover;
    }

    .banner .banner-box {
        bottom: 20px;
    }

    .box2 .list ul li {
        width: 33.3%;
    }

    .box3 ul li .text-box {
        bottom: 15px;
    }

    .box5 .box-c {
        flex-wrap: wrap;
    }

    .box5 .box-c .l {
        width: 100%;
    }

    .box5 .box-c .r {
        width: 100%;
        margin-top: 40px;
    }
}

@media (max-width:768px) {
    .banner .swiper-slide .slide-box .title {
        font-size: 22px;
        padding: 0 15px;
        line-height: 40px;
    }

    .banner .swiper-slide .slide-box .zh {
        font-size: 24px;
        margin-top: 20px;
    }

    .banner .swiper-slide .slide-box .en {
        font-size: 16px;
    }

    .banner .swiper-slide .slide-box .des .line {
        width: 50px;
    }

    .banner .swiper-slide .slide-box .des {
        font-size: 20px;
    }

    .banner .banner-box .btn {
        width: 25px;
        height: 25px;
        line-height: 22px;
    }

    .banner .banner-box .progress {
        width: 180px;
    }

    .index-title-div .zh {
        font-size: 26px;
    }

    .index-title-div .en {
        font-size: 30px;
    }

    .box2 .list ul li {
        width: 50%;
    }

    .box3 ul {
        flex-wrap: wrap;
        padding: 0 4%;
    }

    .box3 ul li {
        width: 100%;
        /* margin-bottom: 25px; */
    }

    .box4 .box-c li {
        width: 100%;
        /* margin-bottom: 25px; */
    }

    .box3 ul li:not(:last-child),
    .box4 .box-c li:not(:last-child) {
        margin-bottom: 25px;
    }

    .box4 .box-c ul {
        flex-wrap: wrap;
    }

    .box6 {
        padding: 60px 0;
    }

    .box6 .title {
        font-size: 30px;
    }

    .box6 .des {
        font-size: 22px;
        margin-top: 10px;
    }

}

@media (max-width:500px) {
    .box3 ul li .text-box .text-zh {
        font-size: 18px;
    }

    .index-title-div .zh {
        font-size: 24px;
    }

    .index-title-div .en {
        font-size: 26px;
    }

    .banner .swiper-slide .slide-box .des .line {
        display: none;
    }

    .banner .swiper-slide .slide-box .title {
        font-size: 18px;
    }

    .banner .swiper-slide .slide-box .zh {
        font-size: 20px;
        line-height: 1.5;
    }

    .banner .swiper-slide .slide-box .des {
        font-size: 16px;
    }

    .box2 .list ul li .pic {
        height: 200px;
    }

    .box2 .list ul li {
        height: 240px;
    }

    .box2 .list ul li .text {
        font-size: 16px;
    }

    .box5 .box-c .l .text-box .text-title {
        font-size: 18px;
    }

    .box5 .box-c .r li a {
        flex-direction: column-reverse;
    }

    .box5 .box-c .r li a .text-box {
        flex: none;
        width: 100%;
        margin-right: 0;
    }

    .box5 .box-c .r li a .pic {
        width: 100%;
        height: 100%;
    }

    .box5 .box-c .r li:not(:last-child) {
        /* margin-bottom: 35; */
    }

    .box5 .box-c .r li .date {
        margin-top: 10px;
    }

    .box5,
    .box4,
    .box2 {
        padding-bottom: 60px;
    }

    .banner .banner-box .progress {
        width: 150px;
        margin: 0 10px;
    }
}

.content-top {
    max-width: 573px;
    height: 28px;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}

.content-text {
    max-width: 774px;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 30px;
    margin-bottom: 50px;
}

.content-main {
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-box {
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
    width: 30%;
    height: 385px;
    ;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.about-box div {
    overflow: hidden;
}

.about-box div img {
    width: 100%;
    transition: all 0.8s;
}

.about-box:hover div img {
    transform: scale(1.2);
}

.p1 {
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}

.p2 {
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.keshi {
    position: relative;
    top: 130px;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
}

.keshis {
    margin-top: 150px;
    max-width: 785px;
    height: 46px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.about-time {
    margin-top: 100px;
    display: flex;
    justify-self: center;
    justify-content: space-around;
}

.counter {
    font-size: 68px;
    font-family: RanyBold;
    font-weight: 400;
    color: #fff;
    line-height: 36px;
}
.p3{
    font-size: 68px;
    font-family: RanyBold;
    font-weight: 400;
    color: #fff;
    line-height: 36px;
}
.kehu-top {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}

.kehu-text {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 30px;
}

.zanzhu {
    display: inline-block;
    margin-right: 10px;
    margin-top: 30px;
}

.zanzhu img {
    width: 100%;
    filter: grayscale(100%);
    filter: gray;
}
.zanzhu img:hover{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}
.liaojie {
    position: relative;
    top: 60px;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}

.liaojie-box {
    margin-right: 24px;
    cursor: pointer;
    margin-top: 100px;
    display: inline-block;
    height: 365px;
    width: 31%;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.liaojie-box div img {
    width: 100%;
    transition: all 0.8s;
}

.liaojie-box div {
    overflow: hidden;
}

.liaojie-box:hover div img {
    transform: scale(1.1);
}

.navs {
    font-size: 12px;
    margin-left: 20px;
    position: relative;
    top: -2px;
}

.navs a {
    color: #000;
}

.story-box {
    display: flex;
    justify-content: space-between;
}

.story-p1 {
    font-size: 28px;
    font-family: CenturyGothic;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    opacity: 0.8;
}

.story-p2 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    opacity: 0.8;
}

.story-icon {
    margin-top: 30px;
    margin-bottom: 40px;
}

.story-p3 {
    max-width: 718px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #464646;
    line-height: 30px;
}

.xingdong1 {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xingdong-p1 {
    width: 112px;
    height: 28px;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.xingdong-p2 {
    margin-top: 20px;
    width: 576px;
    height: 46px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 30px;
}

.fazhan-p1 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #363636;
}

.fazhan-p2 {
    width: 309px;
    height: 21px;
    font-size: 28px;
    font-family: RanyBold;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    opacity: 0.2;
}

.isActive {
    font-size: 22px;
    color: #B56937;
    line-height: 60px;
}

.noActive {
    font-size: 22px;
    color: #363636;
    line-height: 60px;
}

.xiangxi {
    margin-top: -8px;
    font-size: 14px;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-weight: 400;
    color: #666666;
}

.fazhan-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.fazhan-p3 {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 100px;
}

.fazhan-p4 {
    max-width: 372px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.fazhan-p5 {
    margin-top: 20px;
    height: 111px;
    max-width: 290px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.fazhan-right {
    position: relative;
    right: 100px;
}

.ry-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ry1-box {
    margin-right: 14px;
    margin-bottom: 30px;
}

.ry1-box p {
    text-align: center;
    margin-top: 10px;
}

.ry-p1 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}

.ry-p2 {
    max-width: 888px;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 30px;
}

.shili-box {
    margin-top: 40px;
    overflow: hidden;
    width: 24.7%;
    display: inline-block;
}

.nav-about {
    background-color: #fff;
    box-shadow: 0px 4px 15px 0px rgb(6 24 40 / 10%);
    padding: 20px 0;
}

.shili-box img {
    transition: all 0.8s;
}

.shili-box:hover img {
    transform: scale(1.1);
}

.team-p1 {
    text-align: center;
    position: relative;
    top: -64px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    height: 58px;
    line-height: 58px;
    width: 100%;
}

.xc-box {
    margin-top: 20px;
    cursor: pointer;
    overflow: hidden;
}

.xc-box img {
    transition: all 0.8s;
    filter: grayscale(100%);
    filter: gray;
}

.xc-box:hover img {
    transform: scale(1.1);
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}

.xc-more {
    margin: auto;
    line-height: 48px;
    cursor: pointer;
    width: 240px;
    height: 52px;
    background: #FFFFFF;
    border: 2px solid #DCDCDC;
    margin-top: 40px;
}

.cp-text {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    line-height: 28px;
}

.cp-more {
    margin-top: 40px;
    cursor: pointer;
    width: 141px;
    height: 46px;
    background: #333333;
    color: #FFFFFF;
    line-height: 47px;
    text-align: center;
}

.cp-line {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #D8D8D8;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    top: 4px;
}

.cps-top {
    float: left;
}

.cps-top .active{
    width: 71px;
    height: 100%;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 68px;
    color: #AF632D;
    border-top: 2px solid #AF632D;
}

.cps-top span {
    text-align: center;
    width: 71px;
    height: 100%;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    line-height: 68px;

}

.fenye {
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(30, 30, 30, 0.1);
    border-radius: 4px;
}

.fenyes {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(30, 30, 30, 0.1);
    border-radius: 4px;
}

.prev {
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 27px;
    margin-left: 30px;
    width: 108px;
    height: 36px;
    background: #F0F0F0;
    font-size: 14px;
    color: #555555;
    line-height: 36px;
    text-align: center;
}

.choose {
    color: #fff !important;
    background: #B56937 !important;
}

.fenye span {
    cursor: pointer;
    line-height: 36px;
    text-align: center;
    color: #555555;
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #F0F0F0;
}

.num {
    position: relative;
    top: -8px;
    max-width: 231px;
    margin: auto;
}

.next {
    right: 30px;
    float: right;
    position: relative;
    top: -42px;
    cursor: pointer;
    width: 108px;
    height: 36px;
    background: #F0F0F0;
    font-size: 14px;
    color: #555555;
    line-height: 36px;
    text-align: center;
}

.cp-list ul li:hover {
    background: #fff !important;
}

.cp-list {
    cursor: pointer;
}

.cp-list ul li {
    margin-top: 20px;
    width: 310px !important;
    height: 420px !important;
    background: #D7D7D7 !important;
}

.cp-list ul {
    justify-content: space-around;
}

.textsDetail {
    position: relative;
    top: 60px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.cp-texts {
    position: relative;
    top: 60px;
    font-size: 22px;
    text-align: center;
    color: #333333 !important;
}

.anniu {
    width: 220px;
    height: 52px;
    background: #AE6432;
    border-radius: 26px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
}

.cp-p1 {
    max-width: 499px;
    height: 76px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.cs-left {
    max-width: 650px;
    height: 957px;
    background: #F7F7F7;
    margin-top: 50px
}

.cs-top {
    margin-left: 62px;
    font-size: 20px !important;
    padding-top: 58px;
    margin-bottom: 38px;
}

.cs-text {
    word-wrap: break-word;
    word-break: break-all;
    width: 428px;
    height: 752px;
    font-weight: 400;
    color: #444444;
    line-height: 32px;
    margin-left: 62px;
}

.canshu {
    display: inline-block;
    border-bottom: 2px solid #000;
    width: 65px;
    height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    line-height: 36px;
}

.cps-left {
    float: left;
    width: 48%;
    margin-right: 40px;
}

.cps-right {
    margin-bottom: 20px;
    display: inline-block;
    width: 23%;
}

.cj {
    display: inline-block;
    max-width: 30%;
    margin-left: 35px;
    margin-top: 50px;
    overflow: hidden;
}

.cj p {
    margin-top: 10px;
    color: #333333;
}

.al-p {
    color: #666666 !important;
}

.cj:hover img {
    transform: scale(1.1);
}

.cj img {
    width: 100%;
    transition: all 0.8s;
}

.xg {
    margin-right: 20px;
    display: inline-block;
    margin-top: 50px;
    background: #FAFAFA;
    width: 23%;
}

.xg p {
    text-align: center;
    position: relative;
    top: -100px;
    margin-bottom: 14px;
    height: 22px !important;
}

.xg:hover img {
    transform: scale(1.1);
}

.xg img {
    transition: all 0.8s;
    width: 100%;
}

.fazhan-p6 {
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.al-top {
    padding: 0 25px 0 25px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.al-top p {
    padding-top: 31px;
    margin-bottom: 20px;
    color: #333333;
    font-size: 26px;
}

.al-top span {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    margin-bottom: 30px;
}

.share {
    margin-left: 10px;
    position: relative;
    top: 14px;
}
.al-wz{
    width: 100%;
}


.al-wz ul li {
    margin: 20px 0 20px 0;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    width: 32.4%;

}

.al-wz ul {
    /*float: left;*/
    /*margin-right: 168px;*/
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    text-align: center;
}

.wl-box {
    max-width: 290px;
    overflow: hidden;
    float: left;
    margin-right: 14px;
}

.wl-box span {
    line-height: 50px;
    text-align: center;
    color: #fff;
    position: relative;
    top: -54px;
    display: inline-block;
    width: 150px;
    height: 50px;
    background: #B25F28;
}

.wl-box:hover img {
    transform: scale(1.1);
}

.wl-box img {
    transition: all 0.8s;
    max-width: 290px;
}

.wl-right {
    float: right;
    margin-left: 50px;
    max-width: 350px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
}

.wl-choose {
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
}

.text-choose{
    cursor: pointer;
    position: relative;
    top: -36px;
    left: 277px;
}
.ganxie {
    margin: auto;
    text-align: center;
    max-width: 287px;
    font-size: 14px;
    color: #333333;
}

.sent {
    cursor: pointer;
    text-align: center;
    margin: auto;
    max-width: 300px;
    height: 48px;
    background: #B56937;
    border-radius: 24px;
    color: #fff;
    line-height: 48px;
    margin-top: 26px;
    margin-bottom: 38px;
}

.cps-top span a {
    color: #666666;
}

.new-box {
    max-width: 700px;
    float: left;
}


.new-right {
    position: relative;
    right: 110px;
    top: 27px;
    float: right;
    width: 600px;
    height: 400px;
   background-color: rgba(255,255,255,0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0.8;
    
}

.new-right-content {
    padding: 60px 85px 50px 115px;
}

.new-right-content p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.new-right-content div {
    margin-top: 20px;
    font-size: 18px;
    color: #222;
}

.new-right-content span {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.new-line {
    width: 100%;
    height: 1px;
    background: #333;
    opacity: 0.4;
}

.new-detail {
    margin-top: 40px;
    overflow: hidden;
}

.new-detail:hover img {
    transform: scale(1.1);
}

.new-detail:hover .new-an {
    color: #fff !important;
    background: #B56937 !important;
}

.new-detail:hover .news-p1 {
    color: #B56937 !important;
}

.new-detail img {
    transition: all 0.8s;
}

.new-detail div {
    max-width: 405px;
    font-size: 15px;
    line-height: 24px;
     display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-detail span {
    display: inline-block;
    margin-bottom: 24px;
    color: #888888;
    font-size: 14px;
}

.news-p1 {
    margin-top: 30px;
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 20px;
    color: #B56937;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-an {
    cursor: pointer;
    display: inline-block;
    margin-top: 44px;
    color: #fff;
    line-height: 40px !important;
    text-align: center;
    font-size: 14px !important;
    width: 100px;
    height: 40px;
    background: #B56937;
}

.zs-main:hover {
    background: #F4F4F4;

}

.zs-main:hover .zs-p1 {
    color: #B25F28;
}

.zs-main:hover .zs-p2 {
    color: #B25F28;
}

.zs-main:hover .zs-p3 {
    color: #B25F28;
}

.zs-main:hover .zs-btn {
    background: #B25F28;
    color: #fff;
}

.news-time {
    margin-top: 30px;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
}

.zs-p1 {
    text-align: center;
    font-size: 52px;
    font-family: HarmonyOS_Sans_SC_Bold;
}

.zs-p2 {
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Bold;

}

.zs-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.zh-boxs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.news-content {}

.zh-box {
    overflow: hidden;
    margin-bottom: 20px;
}

.zh-box img {
    filter: grayscale(100%);
    filter: gray;
    width: 100%;
    transition: all 0.8s;
}

.zh-box:hover img {
    transform: scale(1.1);
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}

.zs-p3 {
    margin-top: 42px;
    font-size: 20px;
    font-weight: bold;
    color: #222222;
}

.zs-p4 {
    margin-top: 20px;
    display: inline-block;
    max-width: 950px;
    font-size: 15px;
    color: #666666;
    line-height: 24px;
}

.zs-btn {
    margin-top: 55px;
    display: inline-block;
    color: #555555;
    line-height: 50px;
    text-align: center;
    width: 120px;
    height: 50px;
    background: #f4f4f4;
    border-radius: 25px;
}

.xiazai {
    margin-bottom: 25px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}

.xz-p1 {
    padding: 38px 128px 20px 28px;
    display: inline-block;
    font-size: 22px;
    color: #363636;
    line-height: 36px;
}

.down {
    position: relative;
    top: 20px;
    margin-top: 20px;
    cursor: pointer;
    margin-right: 36px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    width: 160px;
    height: 50px;
    background: #AE6432;
    border-radius: 25px;
}

.xiazai:hover .xz-p1 {
    color: #AE6432;
}

.xiazai:hover {
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1)
}

.lianxi-left {
    margin-top: 80px;
    float: left;
}

.lianxi-right {
    margin-top: 80px;
    float: right;
}

.lx-right-div {
    margin-top: 75px;
}

.lx-right-div img {
    margin-right: 16px;
}
.lx-right-div div{
    margin-bottom: 10px;
}
.lx-right-div span {
    position: relative;
    top: -4px;
    font-size: 14px;
    color: #666;
}

.lx-line {
    padding: 10px;
    width: 100%;
    height: 40px;
    border: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #bbb;
}

.lx-sent {
    cursor: pointer;
    text-align: center;
    width: 240px;
    height: 60px;
    background: #AE6432;
    color: #fff;
    line-height: 60px;
}

.lx-p1 {
    font-size: 24px;
    color: #333333;
}

.lx-p2 {
    margin-top: 20px;
    color: #666666;
}

.lx-l-d{
    padding: 47px 0 36px 40px;
    margin-top: 30px;
    width: 100%;
    background: #F5F5F5;
}
.lx-p3 {
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 26px;
    font-family: HarmonyOS_Sans_SC;
    color: #333333;
}

.lx-p4 {
    font-size: 20px;
    font-family: HarmonyOS_Sans_SC;
    color: #666666;
}

.ewms {
    position: relative;
    top: -130px;
    right: 50px;
    float: right;
}

.index-p1 {
    color: #fff;
    font-size: 30px;
}

.more-about {
    width: 140px;
    display: none !important;
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 59px;
    background-color: #fff;
}

.more-about li {
    width: 111px;
    display: inline-block;
   padding-left: 19px !important;
   padding-right: 0px !important;
}
.about-me:hover .more-about {
    display: inline-block !important;
    
}
.more-about li::before{
    display: none;
}
.sl-banner{
    max-height: 545px;
}
.first-fz{
    width: 200px;
    height: 94px;
}
.ditu-change{
    position: relative;
    left: 63%;
}
.cj2{
    max-width: 390px !important;
}
.cj2 img{
    filter: grayscale(100%);
    filter: gray;
}
.cj2:hover img{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}
.new-detail img{
    filter: grayscale(100%);
    filter: gray;
}
.new-detail:hover img{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}
#dituContent{
    padding:0 !important;
    margin-top: 0 !important;
    width: 100%;
    background: none !important;
}
@media(max-width:1300px) {
    .new-box {
        float: inherit;
        margin: auto;
    }

    .new-right {
        position: inherit;
        float: inherit;
        margin: auto;
    }

    .wl-right {
        margin-left: 0px !important;
        float: left !important;
    }
}

@media(max-width:678px) {
    .xz-p1 {
        padding-right: 50px !important;
    }
}

@media(max-width:650px) {
    .zh-boxs {
        flex-direction: column;
    }

    .new-right {
        width: 100%;
    }

    .new-right-content {
        padding: 35px 35px 35px 35px;
    }

    .num {
        opacity: 0;
    }
}

@media(max-width:960px) {
    .cps-top {
        display: none;
    }

    .second-swiper {
        display: none;
    }
}

@media(max-width:1200px) {
    .fazhan-right {
        right: 50px !important;
    }
}

@media(max-width:570px) {
    .down {
        font-size: 14px;
        width: 100px !important;
        height: 40px !important;
        line-height: 40px;
        margin-right: 0px !important;
    }

    .ry-box {
        display: block !important;
    }

    .ry-box img {
        width: 104%;
    }

    .news-detail img {
        width: 100% !important;
    }
}


@media(max-width:768px) {
    .ditu-change{
        left: 60% !important;
    }
    .sl-banner{
        max-height: 138px;
    }
    .banner-noindex{
        min-height: 200px !important;
    }
    .content-text{
        margin-bottom: 100px;
    }
    .wl-box {
        margin: auto !important;
        float: none;
    }

    .xingdong1 {
        flex-wrap: wrap;
    }

    .about-time span {
        font-size: 16px !important;
    }

    .about-time p {
        max-width: 90px;
        margin-left: 0px !important;
    }

    .about-time div {
        margin-right: 6px;
    }

    .news-detail {
        flex-direction: column;
    }

    .al-wz {
        padding: 30px !important;

    }

    .xg {
        width: 100% !important;
        margin-right: 0px !important;
    }

    .cj {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .cps-right img {
        width: 100%;
    }

    .cps-right {
        width: 100% !important;
    }

    .cs-text {
        margin-left: 30px !important;
    }

    .cps-left {
        width: 100% !important;
    }

    .cps-left p {
        font-size: 14px !important;
    }

    .team-box2 {
        margin-top: 210px;
    }

    .shili-box img {
        width: 100%;
    }

    .shili-box {
        width: 100% !important;
    }

    .about-box {
        width: 100% !important;
    }

    .liaojie-box {
        width: 100% !important;
        display: block !important;
    }

    .story-box {
        display: block !important;
    }

    .fazhan-right {
        right: 0px !important;
    }

    .al-wz ul {
        margin-right: 100px !important;
    }
}

@media(max-width:499px) {
    #dituContent{
        width: 300px !important;
    }
    .ditu-change{
       display: none;
    }
    .text-choose{
        left: 220px !important;
    }
    .sl-banner{
        max-height: 91px;
    }
    .content-top{
        margin-bottom: 60px !important;
    }
    .banner-noindex{
        min-height: 176px !important;
    }
    .zanzhu {
        width: 28% !important;
    }

    .ewm {
        top: -178px !important;
        right: 0px !important;
    }

    .xiazai p {
        padding-left: 18px !important;
    }

    .xiazai div {
        padding-left: 18px !important;
    }

    .down {
        top: -20px !important;
        left: 18px !important;
    }

    .xz-p1 {
        padding-right: 0px !important;
        padding-left: 14px !important;
    }

    .al-top {
        padding: 0 5px 0 5px !important;
    }

    .al-top span {
        font-size: 12px !important;
    }

    .al-wz ul {
        margin-right: 0px !important;
    }

    .share {
        margin-left: 2px !important;
    }

    .cs-top {
        margin-left: 0 !important;
    }

    .cps-left p {
        font-size: 12px !important;
    }

    .cs-text {
        font-size: 12px !important;
        margin-left: 2px !important;
    }

    .team-box2 {
        margin-top: 0px !important;
    }
}